1bashThis script extracts the base directory name of the script's absolute path.basename $(dirname "$(readlink -f "$0")")solutionsbase directory of script's path